mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Fix doxygen comment.
Originally committed as revision 24663 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
497d7991b5
commit
eea72ee863
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ static av_cold int rl2_read_header(AVFormatContext *s,
|
|||
int ret = 0;
|
||||
|
||||
url_fskip(pb,4); /* skip FORM tag */
|
||||
back_size = get_le32(pb); /** get size of the background frame */
|
||||
back_size = get_le32(pb); /**< get size of the background frame */
|
||||
signature = get_be32(pb);
|
||||
data_size = get_be32(pb);
|
||||
frame_count = get_le32(pb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue