summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-04-08 13:05:53 +0200
committerAnton Khirnov <anton@khirnov.net>2012-04-09 21:16:37 +0200
commit40ca0e6a7593f22419a7c258fe7f3f32945d8503 (patch)
tree7028e07b1d539369f6fec96bd300f37bbc7223a4 /libavcodec/avcodec.h
parentf038515f0a58fd02528380d8cfec67e43f7e3dec (diff)
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.h2
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.
*/