diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-04-08 13:05:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-04-09 21:16:37 +0200 |
commit | 40ca0e6a7593f22419a7c258fe7f3f32945d8503 (patch) | |
tree | 7028e07b1d539369f6fec96bd300f37bbc7223a4 /libavcodec/avcodec.h | |
parent | f038515f0a58fd02528380d8cfec67e43f7e3dec (diff) | |
download | ffmpeg-40ca0e6a7593f22419a7c258fe7f3f32945d8503.tar.gz |
lavc doxy: replace \ with /
It's the more proper symbol to use and it prevents doxygen from thinking
it's a command.
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 25828e50fa..55d62a1343 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -978,7 +978,7 @@ typedef struct AVFrame { uint8_t *base[AV_NUM_DATA_POINTERS]; /** - * sample aspect ratio for the video frame, 0/1 if unknown\unspecified + * sample aspect ratio for the video frame, 0/1 if unknown/unspecified * - encoding: unused * - decoding: Read by user. */ |