Browse Source

lavc doxy: replace \ with /

It's the more proper symbol to use and it prevents doxygen from thinking
it's a command.
tags/n0.11
Anton Khirnov 13 years ago
parent
commit
40ca0e6a75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/avcodec.h

+ 1
- 1
libavcodec/avcodec.h View 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.
*/


Loading…
Cancel
Save