]> git.sesse.net Git - ffmpeg/commitdiff
lavc doxy: replace \ with /
authorAnton Khirnov <anton@khirnov.net>
Sun, 8 Apr 2012 11:05:53 +0000 (13:05 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 9 Apr 2012 19:16:37 +0000 (21:16 +0200)
It's the more proper symbol to use and it prevents doxygen from thinking
it's a command.

libavcodec/avcodec.h

index 25828e50fa0ba2627537be72c5d3ca0139e7f3f7..55d62a134320a2daddebe843ea8c333416170012 100644 (file)
@@ -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.
      */