Skip to content

Commit 67c1bba

Browse files
authored
Update 0_hello_world.c
Remove the break statement once the video stream is found, as otherwise it won't continue printing information from the rest of the streams.
1 parent a43e379 commit 67c1bba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

0_hello_world.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ int main(int argc, const char *argv[])
115115
video_stream_index = i;
116116
pCodec = pLocalCodec;
117117
pCodecParameters = pLocalCodecParameters;
118-
break;
119118
}
120119

121120
logging("Video Codec: resolution %d x %d", pLocalCodecParameters->width, pLocalCodecParameters->height);

0 commit comments

Comments
 (0)