1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 17:20:21 +02:00

lavc doxy: replace \ with /

It's the more proper symbol to use and it prevents doxygen from thinking
it's a command.
This commit is contained in:
Anton Khirnov 2012-04-08 13:05:53 +02:00
parent f038515f0a
commit 40ca0e6a75

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.
*/