Skip to content

Commit ee5e23c

Browse files
Another note to self.
1 parent b69351d commit ee5e23c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demux/demux.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ static const demuxer_desc_t *const demuxer_list[] = {
8282
NULL
8383
};
8484

85-
// XXX: Finish backporting upstream a343666ab5121e7a3388be9aa2d8731d6d1f2f64.
85+
/* XXX: Finish backporting upstream a343666ab5121e7a3388be9aa2d8731d6d1f2f64.
86+
* Update 73e72749f2899eab1a40049fcd27ccb271abf311 accordingly as well.
87+
*/
8688
struct demux_opts {
8789
int enable_cache;
8890
bool disk_cache;

0 commit comments

Comments
 (0)