Changeset 747 for trunk/core/gui_osd.c


Ignore:
Timestamp:
04/21/09 07:48:25 (4 years ago)
Author:
reyalp
Message:

+ SD990 video quality control

  • rename VIDEO_QUALITY_ONLY -> CAM_VIDEO_QUALITY_ONLY
  • misc cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui_osd.c

    r725 r747  
    10841084    // if manual adjust, show the field item to be adjusted 
    10851085   // if any value overriden, show the override value 
    1086 #if !VIDEO_QUALITY_ONLY 
     1086#if !CAM_VIDEO_QUALITY_ONLY 
    10871087   if ((conf.video_mode == 0 && conf.fast_movie_quality_control==1) || conf.video_bitrate != VIDEO_DEFAULT_BITRATE) { 
    10881088       // gui_print_osd_state_string_chr("Bitrate: ",video_bitrate_strings[conf.video_bitrate]); 
Note: See TracChangeset for help on using the changeset viewer.