summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2013-09-10 12:31:46 +0200
committerDiego Biurrun <diego@biurrun.de>2013-09-16 13:59:19 +0200
commit187105ff8a02bafc9c58d9d8363bb3f55a415635 (patch)
tree250f66678212e99dbaa7528c31ad7abcf2f7a270 /libavcodec/mpegvideo.h
parent85e8192b8593816c0445411a5bef5fc5363a9b6d (diff)
Fix references to deleted avcodec_encode_video() function
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 307ed5fdd1..81e3d2b9ae 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -295,7 +295,7 @@ typedef struct MpegEncContext {
/* WARNING: changes above this line require updates to hardcoded
* offsets used in asm. */
- int64_t user_specified_pts;///< last non zero pts from AVFrame which was passed into avcodec_encode_video()
+ int64_t user_specified_pts; ///< last non-zero pts from AVFrame which was passed into avcodec_encode_video2()
/**
* pts difference between the first and second input frame, used for
* calculating dts of the first frame when there's a delay */