~siretart/libav/merge.raring.libav-0.8.6

« back to all changes in this revision

Viewing changes to cmdutils.c

  • Committer: Reinhard Tartler
  • Date: 2013-03-27 06:53:14 UTC
  • mfrom: (1.3.32 sid)
  • Revision ID: siretart@tauware.de-20130327065314-fs4shpt6y2h46ekf
first merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
struct SwsContext *sws_opts;
56
56
AVDictionary *format_opts, *codec_opts;
57
57
 
58
 
static const int this_year = 2012;
 
58
static const int this_year = 2013;
59
59
 
60
60
void init_opts(void)
61
61
{
457
457
    av_log(NULL, AV_LOG_ERROR, "%s: %s\n", filename, errbuf_ptr);
458
458
}
459
459
 
460
 
// Debian/Ubuntu: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619530
461
 
//                    https://launchpad.net/bugs/765357
462
 
static int warned_cfg = 1;
 
460
static int warned_cfg = 0;
463
461
 
464
462
#define INDENT        1
465
463
#define SHOW_VERSION  2