Skip to content

Commit a40b6d3

Browse files
authored
Rename 音视频知识点汇总.md to Docs/音视频知识点汇总.md
1 parent a4006aa commit a40b6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

音视频知识点汇总.md renamed to Docs/音视频知识点汇总.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9095,4 +9095,4 @@ if(avcodec_encode_video2(tmpAvCodecCtx, &pkt, picture, &got_picture)<0)
90959095

90969096
```
90979097
if(avcodec_send_frame(tmpAvCodecCtx, picture)<0 || (got_picture=avcodec_receive_packet(tmpAvCodecCtx, &pkt))<0)
9098-
```
9098+
```

0 commit comments

Comments
 (0)