summaryrefslogtreecommitdiffstats
path: root/libavcodec/options.c
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-11-15 20:27:17 +0100
committerLukasz Marek <lukasz.m.luki2@gmail.com>2014-11-16 01:13:38 +0100
commit4a30277a59ef1fafa391682a3fe06b49a99d98b7 (patch)
treecb459323aa035903286628d946998320dbcd289b /libavcodec/options.c
parentc544ffd2aeab766293eeab326c604a11bbd4ecee (diff)
downloadffmpeg-streaming-4a30277a59ef1fafa391682a3fe06b49a99d98b7.zip
ffmpeg-streaming-4a30277a59ef1fafa391682a3fe06b49a99d98b7.tar.gz
lavc/options: set timecode_frame_start to -1 as option default
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'libavcodec/options.c')
-rw-r--r--libavcodec/options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/options.c b/libavcodec/options.c
index 461e4a1..ae5e5d5 100644
--- a/libavcodec/options.c
+++ b/libavcodec/options.c
@@ -115,7 +115,6 @@ int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec)
s->sample_aspect_ratio = (AVRational){0,1};
s->pix_fmt = AV_PIX_FMT_NONE;
s->sample_fmt = AV_SAMPLE_FMT_NONE;
- s->timecode_frame_start = -1;
s->reordered_opaque = AV_NOPTS_VALUE;
if(codec && codec->priv_data_size){
OpenPOWER on IntegriCloud