[FFmpeg-soc] [soc]: r5071 - concat/libavcodec/avcodec.h.diff
gkovacs
subversion at mplayerhq.hu
Thu Aug 13 12:22:27 CEST 2009
Author: gkovacs
Date: Thu Aug 13 12:22:27 2009
New Revision: 5071
Log:
removed stream attribute from AVPacket, introduced index_offset
Modified:
concat/libavcodec/avcodec.h.diff
Modified: concat/libavcodec/avcodec.h.diff
==============================================================================
--- concat/libavcodec/avcodec.h.diff Thu Aug 13 12:20:42 2009 (r5070)
+++ concat/libavcodec/avcodec.h.diff Thu Aug 13 12:22:27 2009 (r5071)
@@ -1,17 +1,16 @@
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
-index 8eb7c3c..a929a7f 100644
+index 8eb7c3c..b239418 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
-@@ -951,6 +951,8 @@ typedef struct AVPacket {
+@@ -951,6 +951,7 @@ typedef struct AVPacket {
* subtitles are correctly displayed after seeking.
*/
int64_t convergence_duration;
-+ struct AVStream *stream; /**< stream that packet was read from */
+ int index_offset;
} AVPacket;
#define AV_PKT_FLAG_KEY 0x0001
#if LIBAVCODEC_VERSION_MAJOR < 53
-@@ -3714,6 +3716,7 @@ int av_parse_video_frame_rate(AVRational *frame_rate, const char *str);
+@@ -3714,6 +3715,7 @@ int av_parse_video_frame_rate(AVRational *frame_rate, const char *str);
#define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
#define AVERROR_EOF AVERROR(EPIPE) /**< End of file. */
More information about the FFmpeg-soc
mailing list