diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-03-20 12:04:58 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-03-20 12:04:58 +0000 |
commit | 952e2083bc3fd758f871b1141e1358f2c8252735 (patch) | |
tree | c9dd6309317bdffc196c98770d1685e7686ffe5a /libavcodec/avcodec.h | |
parent | 294eaa26437edf29d866b0bf63d7de57515a0f95 (diff) | |
download | ffmpeg-952e2083bc3fd758f871b1141e1358f2c8252735.tar.gz |
Rename hwaccel_data_private to hwaccel_picture_private.
Originally committed as revision 18071 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 0519dde1ea..a520340162 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -814,7 +814,7 @@ typedef struct AVPanScan{ * - encoding: unused\ * - decoding: Set by libavcodec\ */\ - void *hwaccel_data_private;\ + void *hwaccel_picture_private;\ #define FF_QSCALE_TYPE_MPEG1 0 |