[FFmpeg-cvslog] lavc doxy: replace \ with /

Anton Khirnov git at videolan.org
Tue Apr 10 23:07:19 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Apr  8 13:05:53 2012 +0200| [40ca0e6a7593f22419a7c258fe7f3f32945d8503] | committer: Anton Khirnov

lavc doxy: replace \ with /

It's the more proper symbol to use and it prevents doxygen from thinking
it's a command.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40ca0e6a7593f22419a7c258fe7f3f32945d8503
---

 libavcodec/avcodec.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 25828e5..55d62a1 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.
      */



More information about the ffmpeg-cvslog mailing list