diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-12-11 10:35:20 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-12-11 10:35:20 +0000 |
commit | c370a7040b2e53f7d52f585e27742d4a908b775b (patch) | |
tree | 16671e42f4f8fc78bf951cf72545a93ebae1cd62 /libavformat | |
parent | 65fec2d98fa4cfd951b191cb4d03ab0ab676aed4 (diff) | |
download | ffmpeg-c370a7040b2e53f7d52f585e27742d4a908b775b.tar.gz |
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment.
Originally committed as revision 16053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/gxf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/gxf.h b/libavformat/gxf.h index 4212704bb9..9f89c98142 100644 --- a/libavformat/gxf.h +++ b/libavformat/gxf.h @@ -22,7 +22,6 @@ #ifndef AVFORMAT_GXF_H #define AVFORMAT_GXF_H -/* gxf.c */ typedef enum { PKT_MAP = 0xbc, PKT_MEDIA = 0xbf, |