summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-09 23:50:21 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-09 23:50:21 +0000
commit49f7b473b0446811f8e1f61ae0b88ec0e0b5328a (patch)
tree53a028171c067e087a3360a1bb1710785a796fe4 /src/lib/ffmpeg_examiner.cc
parente28def57ff4591f02ca3585a506ea58fbeba5d46 (diff)
Remove some deprecated FFmpeg stuff.
Diffstat (limited to 'src/lib/ffmpeg_examiner.cc')
-rw-r--r--src/lib/ffmpeg_examiner.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc
index 78b6e3121..a63090d12 100644
--- a/src/lib/ffmpeg_examiner.cc
+++ b/src/lib/ffmpeg_examiner.cc
@@ -70,7 +70,6 @@ FFmpegExaminer::FFmpegExaminer (shared_ptr<const FFmpegContent> c)
}
int frame_finished;
- avcodec_get_frame_defaults (_frame);
AVCodecContext* context = _format_context->streams[_packet.stream_index]->codec;