diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-28 03:18:20 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-28 03:18:20 +0100 |
commit | ca9e3cb3ce7a6207570500e003ec2ed44836921e (patch) | |
tree | b53cb08ddd1a4e98ef92de8a412ed466e1d5ec05 /libavformat/qtpalette.c | |
parent | 7973603843731b57cea5a62d4b4381722731fd2c (diff) | |
download | ffmpeg-ca9e3cb3ce7a6207570500e003ec2ed44836921e.tar.gz |
avformat/qtpalette: Move ff_get_qtpalette() doxy to header
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/qtpalette.c')
-rw-r--r-- | libavformat/qtpalette.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/qtpalette.c b/libavformat/qtpalette.c index 2901122875..770df56481 100644 --- a/libavformat/qtpalette.c +++ b/libavformat/qtpalette.c @@ -28,15 +28,6 @@ #include "libavutil/intreadwrite.h" #include "qtpalette.h" -/** - * Retrieve the palette (or "color table" in QuickTime terms), either - * from the video sample description, or from the default Macintosh - * palette. - * - * The file offset of the AVIOContext pointed to by the 'pb' variable - * should be the start of the video sample description (the sample - * description size and the data format). - */ int ff_get_qtpalette(int codec_id, AVIOContext *pb, uint32_t *palette) { int tmp, bit_depth, color_table_id, greyscale, i; |