diff --git a/src/opusfile.c b/src/opusfile.c
index 5ff0c35846d262785521d0711439014a3d91246e..cf1b049b36bc066ae8763290f0538546e612dbd9 100644
--- a/src/opusfile.c
+++ b/src/opusfile.c
@@ -505,6 +505,7 @@ static int op_fetch_headers_impl(OggOpusFile *_of,OpusHead *_head,
           Everything else is fatal.*/
         else if(ret!=OP_ENOTFORMAT)return ret;
       }
+      /*TODO: Should a BOS page with no packets be an error?*/
     }
     /*Get the next page.
       No need to clamp the boundary offset against _of->end, as all errors