summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-17 10:38:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-17 10:53:14 +0200
commitff4548f223fc3021aad5ea5e23c86712e972f48e (patch)
treeedaad20ad1f6ef3dc57ba622ed47246239e7ebe5 /libavcodec
parent7129935ed298cff1f0eef1bad8e938615cabc076 (diff)
parent187105ff8a02bafc9c58d9d8363bb3f55a415635 (diff)
Merge commit '187105ff8a02bafc9c58d9d8363bb3f55a415635'
* commit '187105ff8a02bafc9c58d9d8363bb3f55a415635': Fix references to deleted avcodec_encode_video() function Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 23f0164f2c..d17426cd4b 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -304,7 +304,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 */